Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional std:: types and functions to graph_using.hpp #131

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

pratzl
Copy link
Collaborator

@pratzl pratzl commented Sep 4, 2024

The main motivation is to allow copy/paste into the paper without requiring
editing of any std:: concepts or types

Additionall entries added for convenience.

Fixed error where std::invoke_result was used instead of std::invoke_result_t
in compressed_graph

The main motivation is to allow copy/paste into the paper without requiring
editing of any std:: concepts or types

Additionall entries added for convenience.

Fixed error where std::invoke_result was used instead of std::invoke_result_t
in compressed_graph
# Conflicts:
#	include/graph/detail/graph_cpo.hpp
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 95.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.51%. Comparing base (3f0ac1b) to head (a556d38).
Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
...de/graph/algorithm/bellman_ford_shortest_paths.hpp 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
- Coverage   91.51%   91.51%   -0.01%     
==========================================
  Files          61       61              
  Lines        4658     4657       -1     
  Branches      405      405              
==========================================
- Hits         4263     4262       -1     
  Misses        395      395              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pratzl pratzl merged commit b1fce5a into master Sep 4, 2024
5 of 6 checks passed
@pratzl pratzl deleted the bfs branch September 4, 2024 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant